Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical3D assembly)

Show in webframe

MemoryEfficientEnd(Single[],Point2D) Method






The orientation of the image. Get this value from the DICOM file.
The spacing between pixels. Get this value from the DICOM file.
Ends the 3d object creation process, making it ready for display.
Syntax
public void MemoryEfficientEnd( 
   float[] imageOrientation,
   Point2D pixelSpacing
)
'Declaration
 
Public Overloads Sub MemoryEfficientEnd( _
   ByVal imageOrientation() As Single, _
   ByVal pixelSpacing As Point2D _
) 
'Usage
 
Dim instance As Medical3DObject
Dim imageOrientation() As Single
Dim pixelSpacing As Point2D
 
instance.MemoryEfficientEnd(imageOrientation, pixelSpacing)

            

            
public:
void MemoryEfficientEnd( 
   array<float>^ imageOrientation,
   Point2D pixelSpacing
) 

Parameters

imageOrientation
The orientation of the image. Get this value from the DICOM file.
pixelSpacing
The spacing between pixels. Get this value from the DICOM file.
Remarks
This method is used when a series of frames are sorted based on their image position coordinates.
Example
For an example, refer to Medical3DObject.
Requirements

Target Platforms

See Also

Reference

Medical3DObject Class
Medical3DObject Members
Overload List

Error processing SSI file
   Leadtools.Medical3D requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features